home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000146_news@columbia.edu _Mon Aug 5 20:40:39 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA25823 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 5 Aug 1996 20:40:39 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id UAA23010 for kermit.misc@watsun; Mon, 5 Aug 1996 20:40:37 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  5. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  6. Newsgroups: comp.protocols.kermit.misc,comp.os.os2.comm
  7. Subject: Re: Telnet between OS/2 machines using C-Kermit problem.
  8. Date: 6 Aug 1996 00:40:16 GMT
  9. Organization: Columbia University
  10. Lines: 93
  11. Message-ID: <4u649g$eo8@apakabar.cc.columbia.edu>
  12. References: <4tr701$jb8@gaia.ns.utk.edu> <4u3lcq$rl5@apakabar.cc.columbia.edu> <4u52ol$sh@gaia.ns.utk.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:5717 comp.os.os2.comm:8630
  15.  
  16. In article <4u52ol$sh@gaia.ns.utk.edu>, Deutscher <sad@utk.edu> wrote:
  17. : Jeffrey Altman (jaltman@watsun.cc.columbia.edu) wrote:
  18.  
  19. : : Setup Kermit for an incoming telnet connection.
  20. : It seems that requires to kill the IBM tcp/ip telnetd process ? 
  21.  
  22. Yes  it does.  You can only have one program listening on a given port,
  23. in this case 23, at a time.
  24.  
  25. : If I don't
  26. : I get an error message:
  27. :   [D:\TMP] C-Kermit>set host *
  28. :   Sorry, can't open connection: *:23
  29. : So I killed telnetd.exe and then typed 
  30. :   [D:\TMP] C-Kermit>set host *
  31. :   Waiting for a TCP/IP connection on port 23 ...
  32. : Then I started the IBM telnet, telnetting into my own machine, and it gave
  33. : me a 
  34. :   Connected to : beta.phys.utk.edu
  35. :   Escape character is '^]'
  36. : and there it sits since. 
  37.  
  38. Its not sitting there, it is connected to Kermit.  But Kermit is doing
  39. anything.
  40.  
  41. : No login prompt, nothing anymore. (I am using
  42. : loginunx.exe instead of login.exe, but I also replaced it with login.exe
  43. : and still nothing goes). Interesting enough, the ckermit instance that 
  44. : is acting as the telnet server just gave me back its prompt:
  45. :   [D:\TMP] C-Kermit>
  46.  
  47. Correct behavior.  Now type CONNECT.
  48.  
  49. : Am I missing something? As I type quit on the server command prompt
  50. : the telnet session also gets closed. 
  51.  
  52. What "server", you mean the C-Kermit prompt? 
  53. "Quit" tells Kermit to hangup the connection, and quit.
  54.  
  55. : When I then completely exit ckermit
  56. : and try to retart telnetd.exe I get another error message:
  57. :   [D:\tcpip\bin]telnetd.exe
  58. :   Bind(): Address already in use
  59. : even though I did close ckermit. Quite odd.
  60.  
  61. That's a known bug in Kermit 5a(191).
  62.  
  63. : : Telnet to it with IBM Telnet.
  64. : : While in Kermit Terminal DEBUG mode, press each key on the IBM Telnet keyboard
  65. : : record their values. 
  66. : Well, I never got here, alas!
  67.  
  68. Yes, you did.  When you get the C-Kermit prompt, enter CONNECT mode.
  69. Then use Alt-D to enter Debug mode.
  70. Then follow my instructions from the previous note.
  71.  
  72. : : When you are done, use the Kermit SET KEY command to assign each key the 
  73. : : sequence you want sent.
  74. : I hope I get it set up, because that might also allow me to telnet into
  75. : the OS/2 machine from UNIX cleanly (or would that require a different
  76. : terminal termcap entry on the unix side, where I use the normal unix
  77. : telnet)?
  78.  
  79. This would require a Unix Keymap.
  80.  
  81. : Can ckermit, in telnet server mode, be set up to do the key mapping locally,
  82. : say, depending on the incoming connection?
  83.  
  84. C-Kermit is not a Telnet server.  It is a client that can accept incoming 
  85. connections on the Telnet port (23).
  86.  
  87. : Am I really the only one who wants to do this kind of thing?
  88.  
  89. No, but OS/2, Windows 95, Windows NT, ... are client operating systems 
  90. and are not designed to allow wholesale redirection of their keyboard
  91. and video consoles to a remote connection.
  92.  
  93. Jeffrey Altman * 304 West 92nd St #7A   * New York, NY * 10025 * (212) 769-2675
  94.                * 612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  95.     C-Kermit 5A(191) for OS/2:   http://www.columbia.edu/kermit/cko191.html
  96.   Kermit 95 for Windows 95/NT:   http://www.columbia.edu/kermit/k95.html